getOptions

abstract fun getOptions(): Iterator<out Option>

Gets an iterator over the configuration Options for this control.

Options provide a way to customize the behavior or appearance of the control (e.g., scroll speed for a ticker, URL for a web view).

Return

An Iterator for the control's options. Returns an empty iterator if no options are set, but typically should not return null.

See also